const github.com/refraction-networking/utls.utlsExtensionPadding
4 uses
github.com/refraction-networking/utls (current package)
u_common.go#L37: utlsExtensionPadding uint16 = 21
u_tls_extensions.go#L38: case utlsExtensionPadding:
u_tls_extensions.go#L1080: b[0] = byte(utlsExtensionPadding >> 8)
u_tls_extensions.go#L1081: b[1] = byte(utlsExtensionPadding)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |